.follow-us {
    border: 1px solid #DDD9D9;
    padding: 12px;
    margin-bottom: 30px;
}

.sidebar .follow-us .widget-title,
.follow-us .sub-listing__header {
    border-bottom: none;
    padding-bottom: 0;
}

.follow-us__network {
    display: block;
    background: #EDEAEA;
    border-bottom: 1px solid #DDD9D9;
    padding: 6px;
    margin-bottom: 12px;
    font-family: "Futura BT W01", "Helvetica Neue", Arial, sans-serif;
    font-size: 14px;
    line-height: 20px;
    padding-left: 36px;
    position: relative;
}

.follow-us__network:link,
.follow-us__network:visited {
    color: #222;
}

.follow-us__network:last-child {
    margin-bottom: 0;
}

.follow-us__image {
    width: 24px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 6px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.follow-us__text {
    line-height: 24px;
}

.follow-us__network--twitter .follow-us__image {
    background-image: url( ../images/twitter.svg );
}

.follow-us__network--facebook .follow-us__image {
    background-image: url( ../images/facebook.svg );
}

.follow-us__network--linkedin .follow-us__image {
    background-image: url( ../images/linkedin.svg );
}

.follow-us__network--instagram .follow-us__image {
    background-image: url( ../images/instagram.svg );
}

.follow-us__network--podcast .follow-us__image {
    background-image: url( ../images/podcast.svg );
}
